home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 1 / Literacy Segments Part 1 / background_58382.txt < prev    next >
Text File  |  1989-08-22  |  4KB  |  209 lines

  1. -- background: 58382 from stack: in
  2. -- bmap block id: 58742
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 1.1.3 Example
  6.  
  7.  
  8. -- part 3 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=18 top=1 right=38 bottom=442
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 156
  16. -- text size: 24
  17. -- style flags: 10240
  18. -- line height: 32
  19. -- part name: Title
  20.  
  21.  
  22. -- part 5 (field)
  23. -- low flags: 01
  24. -- high flags: 0000
  25. -- rect: left=16 top=38 right=67 bottom=434
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 156
  30. -- text size: 20
  31. -- style flags: 0
  32. -- line height: 26
  33. -- part name: Subtitle
  34.  
  35.  
  36. -- part 23 (field)
  37. -- low flags: 01
  38. -- high flags: 0000
  39. -- rect: left=16 top=135 right=155 bottom=452
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 3
  44. -- text size: 10
  45. -- style flags: 256
  46. -- line height: 15
  47. -- part name: Instruction
  48.  
  49.  
  50. -- part 24 (field)
  51. -- low flags: 01
  52. -- high flags: 0000
  53. -- rect: left=16 top=75 right=130 bottom=417
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 0
  57. -- font id: 156
  58. -- text size: 16
  59. -- style flags: 0
  60. -- line height: 17
  61. -- part name: Text
  62.  
  63.  
  64. -- part 6 (field)
  65. -- low flags: 81
  66. -- high flags: 0001
  67. -- rect: left=423 top=0 right=13 bottom=466
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 65535
  71. -- font id: 4
  72. -- text size: 9
  73. -- style flags: 0
  74. -- line height: 12
  75. -- part name: CardTitle
  76.  
  77.  
  78. -- part 15 (button)
  79. -- low flags: 00
  80. -- high flags: 0000
  81. -- rect: left=443 top=5 right=72 bottom=512
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 0 / 0
  84. -- text alignment: 1
  85. -- font id: 0
  86. -- text size: 12
  87. -- style flags: 0
  88. -- line height: 16
  89. -- part name: Instant Reference
  90. ----- HyperTalk script -----
  91. on mouseUp
  92.   instantReference "1.1.3"
  93. end mouseUp
  94.  
  95.  
  96. -- part 16 (button)
  97. -- low flags: 00
  98. -- high flags: 2000
  99. -- rect: left=480 top=143 right=172 bottom=511
  100. -- title width / last selected line: 0
  101. -- icon id / first selected line: 1310 / 1310
  102. -- text alignment: 1
  103. -- font id: 0
  104. -- text size: 12
  105. -- style flags: 0
  106. -- line height: 16
  107. -- part name: Student Services
  108. ----- HyperTalk script -----
  109. on mousedown
  110.   SSpopUp
  111. end mousedown
  112.  
  113. on mouseup
  114.   if the mouseloc is not within the rect of me then exit to hyperCard
  115.   doSS
  116. end mouseup
  117.  
  118.  
  119.  
  120. -- part 17 (button)
  121. -- low flags: 00
  122. -- high flags: 2000
  123. -- rect: left=482 top=176 right=205 bottom=511
  124. -- title width / last selected line: 0
  125. -- icon id / first selected line: 162 / 162
  126. -- text alignment: 1
  127. -- font id: 0
  128. -- text size: 12
  129. -- style flags: 0
  130. -- line height: 16
  131. -- part name: Help
  132. ----- HyperTalk script -----
  133. on mouseUp
  134.   Help
  135. end mouseUp
  136.  
  137.  
  138.  
  139. -- part 18 (button)
  140. -- low flags: 00
  141. -- high flags: 2000
  142. -- rect: left=482 top=294 right=320 bottom=509
  143. -- title width / last selected line: 0
  144. -- icon id / first selected line: 1236 / 1236
  145. -- text alignment: 1
  146. -- font id: 0
  147. -- text size: 12
  148. -- style flags: 0
  149. -- line height: 16
  150. -- part name: Last Menu
  151.  
  152.  
  153. -- part 19 (button)
  154. -- low flags: 00
  155. -- high flags: 2000
  156. -- rect: left=478 top=319 right=341 bottom=498
  157. -- title width / last selected line: 0
  158. -- icon id / first selected line: 1238 / 1238
  159. -- text alignment: 1
  160. -- font id: 0
  161. -- text size: 12
  162. -- style flags: 0
  163. -- line height: 16
  164. -- part name: Prev
  165. ----- HyperTalk script -----
  166. on mouseUp
  167.   lock screen
  168.   go prev
  169.   unlock screen with scroll right
  170. end mouseUp
  171.  
  172.  
  173. -- part 26 (button)
  174. -- low flags: 00
  175. -- high flags: 2000
  176. -- rect: left=482 top=208 right=234 bottom=509
  177. -- title width / last selected line: 0
  178. -- icon id / first selected line: 1234 / 1234
  179. -- text alignment: 1
  180. -- font id: 0
  181. -- text size: 12
  182. -- style flags: 0
  183. -- line height: 16
  184. -- part name: Lesson
  185. ----- HyperTalk script -----
  186. on mouseUp
  187.   lesson "1.1.3"
  188. end mouseUp
  189.  
  190.  
  191. -- part 28 (button)
  192. -- low flags: 00
  193. -- high flags: 2000
  194. -- rect: left=493 top=319 right=341 bottom=512
  195. -- title width / last selected line: 0
  196. -- icon id / first selected line: 1237 / 1237
  197. -- text alignment: 1
  198. -- font id: 0
  199. -- text size: 12
  200. -- style flags: 0
  201. -- line height: 16
  202. -- part name: Next
  203. ----- HyperTalk script -----
  204. on mouseUp
  205.   lock screen
  206.   go next
  207.   unlock screen with scroll left
  208. end mouseUp
  209.